projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be95cd
)
gnomeos-install.sh: Fix link to -devel root
author
Colin Walters
<walters@verbum.org>
Fri, 6 Apr 2012 01:53:25 +0000
(21:53 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 Apr 2012 01:53:25 +0000
(21:53 -0400)
Now that we're using checkout --atomic-swap, there is no
-devel-current.
gnomeos/gnomeos-install.sh
patch
|
blob
|
history
diff --git
a/gnomeos/gnomeos-install.sh
b/gnomeos/gnomeos-install.sh
index d0d3cff66af5ee9870122344fa6937d6063e8a13..649b750e3959f12b75244f160f5ba9c430764288 100755
(executable)
--- a/
gnomeos/gnomeos-install.sh
+++ b/
gnomeos/gnomeos-install.sh
@@
-87,7
+87,7
@@
if ! test -f "/boot/${initrd_name}"; then
--mount-bind /ostree/var /var \
--mount-bind ${initrd_tmpdir} /tmp \
--mount-bind /ostree/modules /lib/modules \
- /ostree/${BRANCH_PREFIX}devel
-current
\
+ /ostree/${BRANCH_PREFIX}devel \
dracut -f /tmp/${initrd_name} "${uname}"
mv "${initrd_tmpdir}/${initrd_name}" "/boot/${initrd_name}"
rm -rf "${initrd_tmpdir}"